The Stock Market Functions (SMF) add-in is primarily a collection of user-defined functions (UDF) for EXCEL, that can allow data to be extracted and/or retrieved from web pages and files and placed directly into EXCEL cells or ranges.
The add-in cannot be used with Open Office, and it cannot be used on the Mac without a simulated Windows environment. Coding is in place for using the add-in natively on the Mac, but I've had no response from people that said they'd test it.
There is no automated installer, but it only takes a few steps:
That's all you need to do. There should now be a line in the add-in manager for "Stock Market Functions add-in", with a checked box in front of it. However, an easy way to verify if the add-in is installed is to try this function in your worksheet:
=RCHGetElementNumber("Version")If the add-in wasn't installed properly, you will get a #NAME? error with that function. Otherwise, it should tell you which version of the add-in you have installed, as well as echoing back which folder you have the add-in installed in. For example:
Stock Market Functions add-in, Version 3.0.2023.06.08 (C:\SMF Add-In; Windows (64-bit) NT 6.02; 14.0; ; ; 1)Again, just a few steps: